home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Mathematics / PowerMath Demo / Help Folder / Symbols < prev   
Encoding:
Text File  |  1980-01-01  |  1.1 KB  |  32 lines  |  [TEXT/MACA]

  1. Symbols
  2.  
  3. Mathematical Operators
  4. +        Add
  5. -        Subtract, as in X-Y, or negate, as in -X
  6. /        Divide
  7. *        Multiply (may be omitted if omission does not affect meaning)
  8. ^         Raise to a power, as in X^2
  9. !         Factorial, where 4! is 4*3*2*1
  10.  
  11. Constants
  12. e       constant = 2.718281828459045235360
  13. π      Single digit equivalent of Pi: 3.14159265358979323855
  14. ∞      Represents situations where result is Infinity.
  15.  
  16. Function Symbols
  17. ∂ (equivalent of DIF Function), where  ∂[x^3;x;1] is 3x^2
  18. ∫ (equivalent of INT Function), where ∫[x;x;1] is (constant + x^2/2)
  19. ∑ (equivalent of SUM Function)
  20. √ (equivalent of ROOT Function), where √(4)=2
  21.  
  22. Delimiters
  23. (      Opening delimiter around an expression or Function arguments
  24. )      Closing delimiter.  Must balance with opening delimiter.
  25. [       May be used in lieu of left parenthesis
  26. ]       May be used in lieu of right parenthesis
  27. ,       Thousands separator (12,345,678)
  28. .       Decimal separator (4.67)
  29. ;       Separator for Function arguments or matrix elements
  30.  
  31. (See "Matrices" for additional symbols that invoke matrix algebra operations.)
  32.